chore(rivetkit): impl inspector token#4722
chore(rivetkit): impl inspector token#4722NathanFlurry wants to merge 1 commit into04-23-chore_disable_auth_on_serverlessfrom
Conversation
PR #4722 Review:
|
| Severity | Issue |
|---|---|
| Critical | Test env var renamed to _RIVET_TEST_INSPECTOR_TOKEN but source still reads RIVET_INSPECTOR_TOKEN - auth tests no longer cover the env-token code path |
| Security | Use OsRng instead of thread_rng() for the inspector token |
| Performance | KV get+put not batched with startup preload; extra round-trip on every actor wake |
| Minor | Typo in TODO comment: Impelment |
| Minor | init_inspector_token could be pub(crate) |
| Minor | Missing startup perf log for new init phase |
Preview packages published to npmInstall with: npm install rivetkit@pr-4722All packages published as Engine binary is shipped via Docker images: docker pull rivetdev/engine:slim-75d4644
docker pull rivetdev/engine:full-75d4644Individual packagesnpm install rivetkit@pr-4722
npm install @rivetkit/react@pr-4722
npm install @rivetkit/rivetkit-napi@pr-4722
npm install @rivetkit/workflow-engine@pr-4722 |
3e36ca3 to
e5e5267
Compare
030da9a to
d4678d1
Compare
d4678d1 to
3b9f382
Compare
e5e5267 to
12a86d5
Compare
3b9f382 to
d88d866
Compare
54eeddd to
f700e8a
Compare
d88d866 to
136e91f
Compare
136e91f to
f06fea6
Compare
f700e8a to
c2c77e5
Compare
f06fea6 to
c1a28bb
Compare
c2c77e5 to
8bc569f
Compare
c1a28bb to
bec342f
Compare
bec342f to
c4929c6
Compare
|
Landed in main via stack-merge fast-forward push. Commits are in main; closing to match. |

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: